Opc.Ua.Core
GetValue<T>(PropertyState<T>) Method



Opc.Ua Namespace > BaseVariableState Class > GetValue Method : GetValue<T>(PropertyState<T>) Method
The type of value contained in the property.
The property.
Returns the value after checking if the property is null.
Syntax
'Declaration
 
Public Overloads Shared Function GetValue(Of T)( _
   ByVal property As PropertyState(Of T) _
) As T
'Usage
 
Dim property As PropertyState(Of T)
Dim value As T
 
value = BaseVariableState.GetValue(Of T)(property)
public static T GetValue<T>( 
   PropertyState<T> property
)
public:
static T^ GetValuegeneric<typename T>
( 
   PropertyState<T^>^ property
) 

Parameters

property
The property.

Type Parameters

T
The type of value contained in the property.

Return Value

The value. The default value for the datatype if the property is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members
Overload List